home *** CD-ROM | disk | FTP | other *** search
- global i
-
- on startMovie
- set mycursor to [1, 2]
- repeat with i = 11 to 14
- set the cursor of sprite i to mycursor
- end repeat
- set volset to the soundLevel
- if the soundEnabled = 0 then
- set the soundEnabled to 1
- end if
- end
-
- on doexit
- sound stop 1
- go("M2", "@::JMACMENU")
- end
-
- on dolinknani
- sound stop 1
- go(1, "G35_NANI")
- end
-
- on douranai
- sound stop 1
- go(1, "G34_URAN")
- end
-
- on crtopen
- puppetSprite(7, 1)
- repeat while the stillDown
- set the memberNum of sprite 7 to 5
- updateStage()
- end repeat
- set the memberNum of sprite 7 to 4
- updateStage()
- puppetSprite(7, 0)
- end
-
- on crtclose
- puppetSprite(8, 1)
- repeat while the stillDown
- set the memberNum of sprite 8 to 7
- updateStage()
- end repeat
- set the memberNum of sprite 8 to 6
- updateStage()
- puppetSprite(8, 0)
- end
-
- on crtprof
- puppetSprite(10, 1)
- repeat while the stillDown
- set the memberNum of sprite 10 to 11
- updateStage()
- end repeat
- set the memberNum of sprite 10 to 10
- updateStage()
- puppetSprite(10, 0)
- end
-
- on crtlinknani
- puppetSprite(9, 1)
- repeat while the stillDown
- set the memberNum of sprite 9 to 9
- updateStage()
- end repeat
- set the memberNum of sprite 9 to 8
- updateStage()
- puppetSprite(9, 0)
- end
-